home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / QTax1.1 / Source / InverseObject.h < prev    next >
Text File  |  1995-06-12  |  208b  |  18 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface InverseObject:Object
  5. {
  6.     id    Price;
  7.     id    SubTotal;
  8.     id    Total;
  9.     id    TPS;
  10.     id    TVQ;
  11.     id  InversePanel;
  12. }
  13.  
  14. - Calc:sender;
  15. - awakeFromNib; // System call
  16.  
  17. @end
  18.